object FrmOpenWith: TFrmOpenWith Left = 319 Top = 188 BorderStyle = bsDialog Caption = 'Open With - ' ClientHeight = 238 ClientWidth = 366 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 7 Width = 125 Height = 13 Caption = 'Select a program to open:' end object ListBox1: TListBox Left = 8 Top = 26 Width = 251 Height = 202 ItemHeight = 13 TabOrder = 0 OnDblClick = ListBox1DblClick end object Button1: TButton Left = 270 Top = 24 Width = 85 Height = 24 Caption = '&Open' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 270 Top = 66 Width = 85 Height = 24 Caption = '&Add...' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 270 Top = 96 Width = 85 Height = 24 Caption = '&Remove' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 270 Top = 138 Width = 85 Height = 24 Cancel = True Caption = '&Close' ModalResult = 1 TabOrder = 4 OnClick = Button4Click end end